SftBox/OCX 4.5

SftBox.WebLicense Property

Softel vdm, Inc.

Defines the license information for use on one web site.

Syntax       

Get

VB.NET

License = object.WebLicense  As String

VB

License = object.WebLicense  As String

C#.NET

string License = object.WebLicense;

VC++

_bstr_t License = object->WebLicense;
_bstr_t License = object->GetWebLicense();

C

HRESULT object->get_WebLicense(BSTR* License);

Delphi

License := object.WebLicense   : WideString;

Put

VB.NET

object.WebLicense = License  As String

VB

object.WebLicense = License  As String

C#.NET

string object.WebLicense = License;

VC++

_bstr_t object->WebLicense = License;
void object->PutWebLicense(_bstr_t License);

C

HRESULT object->put_WebLicense(BSTR License);

Delphi

object.WebLicense := License   : WideString;

object

A SftBox object.

License

Defines the license information for use on one web site.

Comments

The WebLicense property defines the license information for use on one web site.

A WebLicense is no longer required and this property has no effect.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com